home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg3031.dxr / 03031 Scripts Int_18_Main Reading Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  166 b   |  11 lines

  1. on exitFrame
  2.   global gCurLocation
  3.   UtilUpdateFrame()
  4.   if soundBusy(2) then
  5.     go(the frame)
  6.   else
  7.     startTimer()
  8.     UtilGoToFrame(the frame + 1)
  9.   end if
  10. end
  11.